Hi, I want to use this package to satisfy the requirement of connecting my container with various clouds. I have done the poc for uploading file to s3 bucket but it fails and gives below error.
Our infrastructure does not permit to iterate through the buckets but can access directly a particular bucket by providing - Region, KeyID & Secret.
Throws error from below configuration
err = stow.WalkContainers(location, stow.NoPrefix, 100, func(c stow.Container, err error) error {
Error
Error walking through container : Containers, listing the buckets: AccessDenied: Access Denied
status code: 403,
Kindly suggest if there is any workaround.
Hi, I want to use this package to satisfy the requirement of connecting my container with various clouds. I have done the poc for uploading file to s3 bucket but it fails and gives below error.
Our infrastructure does not permit to iterate through the buckets but can access directly a particular bucket by providing - Region, KeyID & Secret.
Throws error from below configuration
err = stow.WalkContainers(location, stow.NoPrefix, 100, func(c stow.Container, err error) error {
Error
Error walking through container : Containers, listing the buckets: AccessDenied: Access Denied
status code: 403,
Kindly suggest if there is any workaround.