GSA / ckanext-geodatagov

data.gov extension
Other
35 stars 39 forks source link

S3 delete objects #271

Closed FuhuXia closed 11 months ago

FuhuXia commented 11 months ago

Pull Request

Related to https://github.com/GSA/catalog.data.gov/issues/1075

About

S3 is from S3 = boto3.client(), not S3 = boto3.resource(). A better name would be s3_client.

PR TASKS