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
It would be nice if S3EncryptionClient transparently extended the boto client and preserved the boto API. get_object returns a different response than the boto client, there is no support for head_object etc... This is all despite the fact that I can pass a real boto s3 client into the constructor. I'd be willing to work on this if its of interest.
The text was updated successfully, but these errors were encountered:
It would be nice if
S3EncryptionClient
transparently extended the boto client and preserved the boto API.get_object
returns a different response than the boto client, there is no support forhead_object
etc... This is all despite the fact that I can pass a real boto s3 client into the constructor. I'd be willing to work on this if its of interest.The text was updated successfully, but these errors were encountered: