Skip to content
This repository was archived by the owner on Jul 22, 2021. It is now read-only.
This repository was archived by the owner on Jul 22, 2021. It is now read-only.

Bucket Headers giving 403 error #76

@iit2011081

Description

@iit2011081

I am trying to retrieve all the content from s3 bucket but is throwing 403 status code.
$s3 = new AmazonS3(array('key' => AWS_S3_KEY, 'secret' => AWS_S3_SECRET));
$options = array('prefix' => $bucket_path); // In this case $bucket_path = '';
$bucket = $s3->get_bucket_headers($bucket_name, $options);

but $bucket->status is showing 403.

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