Unsolved
This post is more than 5 years old
25 Posts
0
1749
May 3rd, 2018 12:00
Trying to set up my first S3 bucket...
I can use the management UI to create a replication group, namespace and bucket, but when I try to access the bucket using the object API, I get this message:
Cannot Access Vpool
Also, the S3 Browser isn't able to list the bucket I created. It's my understanding that Vpool refers to a replication group. I can't figure out what's wrong. Anyone have any clues?
No Events found!
JasonCwik
281 Posts
0
May 3rd, 2018 14:00
Are you trying to access the bucket from a VDC that's not included in your Replication Group?
coneryj
22 Posts
0
May 4th, 2018 06:00
yeah... the error sounds like the issue is what Jason is mentioning.
And just to pre-empt other issues, also keep in mind that when you create a bucket from the mgmt api, by default, the owner is the namespace admin. so you need to make sure you set the owner to the object user.
HEagle18
41 Posts
0
May 4th, 2018 11:00
Have you setup the local object user with a S3 password (that is secret key) to access the Namespace/bucket??
You should download s3curl.pl from EMC GitHub, if you want to use curl statements with secret key or use an S3 browser or cyberduck if you want to use a GUI.