s3util.go | |
---|---|
Copyright 2022 Red Hat, Inc Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. |
|
Package s3util contains helper functions to provide high level interface to S3 storage. |
|
Documentation in literate-programming-style is available at: https://redhatinsights.github.io/insights-operator-utils/packages/s3/s3util.html |
|
CopyObjectAPIClient defines the interface for S3 copy operations |
|
DeleteObjectsAPIClient defines the interface for S3 delete operations |
|
GetObjectAPIClient defines the interface for S3 get object operations |
|
HeadObjectAPIClient defines the interface for S3 head object operations |
|
ListObjectsV2APIClient defines the interface for S3 list objects v2 operations |
|
PutObjectAPIClient defines the interface for S3 put object operations |
|