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
I'm wondering if we should move the getBucketPolicy, putBucketPolicy, deleteBucketPolicy && getBucketPolicyStatus methods to the S3Bucket class and rename them to getPolicy, putPolicy, deletePolicy & getPolicyStatus? Currently i have added them to the S3 class becasue the original aws sdk has these methods also on the S3 class but i think the S3Bucket class would be also a good place.
I would also like to add a getBucket method, than we can easily retrieve/switch bucket instances and call buckets with:
I will open a PR for this too 😉
The text was updated successfully, but these errors were encountered: