s3-resource icon indicating copy to clipboard operation
s3-resource copied to clipboard

Concourse resource for interacting with AWS S3

Results 41 s3-resource issues
Sort by recently updated
recently updated
newest added

Hi, we are trying to access s3 resource without the need to explicitly specify access_key_id and secret_access_key in the s3 resource definition (we commit pipeline definitions to our Azure DevOps...

Closes: https://github.com/concourse/s3-resource/issues/154 ~Still testing for now~

Partially closes: https://github.com/concourse/s3-resource/issues/122 Use case here is for any files which have a natural sorting, that is not semantic versioning. In our case we want to timestamp each file using...

we're using Minio for our s3 bucket storage, and this resource fails to properly connect due to assumptions about supporting the versioning api. ``` checking failed resource script '/opt/resource/check []'...

This newish feature allows sending a checksum with put-object: https://aws.amazon.com/blogs/aws/new-additional-checksum-algorithms-for-amazon-s3/ Ostensibly it is for data integrity, however we want it because having the SHA-256 checksum on S3 objects will allow...

Hi, As I'm new to the concourse, now there is a scenario where I need to upload the file to the s3 bucket and pick a particular value from that...

We are having some issues and not sure if it's infra, network, resource...so, any debug option would be appreciated. Is there some way to add extra logs, for instance it'd...

It would be very helpful if the s3 resource also provided the S3 URL in addition to the HTTP URL for assets uploaded to S3.

Hi, would it be acceptable for the s3-resource to support assuming an IAM role before authenticating to S3? Our use case is that we have credentials (`access_key_id` and `secret_access_key`) for...

We have a S3 Bucket where we store files with this pattern: ``` folder1/folder2/static_string_0203.zip folder1/folder2/static_string_0202.zip folder1/folder2/static_string_0201.zip ``` The pipline is using this resource: ``` - name: artifacts-bucket type: s3 source:...