You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
self.s3().put_object(Body=file_body, Bucket=bucket, Key=key, Metadata=metadata) # todo: see if there are use cases that need the version_Id, since at moment we only return True (which basically represents a lack of an error/exception)
388
+
self.s3().put_object(Body=file_body, Bucket=bucket, Key=key, Metadata=metadata, ContentType=content_type) # todo: see if there are use cases that need the version_Id, since at moment we only return True (which basically represents a lack of an error/exception)
0 commit comments