Skip to content

Directly use bucket instead of Walking through containers #234

@himilshahvcc

Description

@himilshahvcc

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions