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
Ive been trying to find a way to use the PutBucket() method to create a bucket in my running fake s3 (I can view the ListAllMyBucketsResult xml so accessable on the port)
I can't see anyway of setting the url or access keys? as usually is just the region and bucket name etc.
Is it possible to do this using c# and the AWSSDK or am i wasting my time trying to figure it out?
Do i set access keys in docker or do i not need the keys? need somekind of setEndoint functionality or similar (like and android aws sdk)
The text was updated successfully, but these errors were encountered:
Hi,
Ive been trying to find a way to use the PutBucket() method to create a bucket in my running fake s3 (I can view the ListAllMyBucketsResult xml so accessable on the port)
I can't see anyway of setting the url or access keys? as usually is just the region and bucket name etc.
Is it possible to do this using c# and the AWSSDK or am i wasting my time trying to figure it out?
Do i set access keys in docker or do i not need the keys? need somekind of setEndoint functionality or similar (like and android aws sdk)
The text was updated successfully, but these errors were encountered: