| 34 | const metadataOriginalName = "original-filename" |
| 35 | |
| 36 | type System struct { |
| 37 | ctx context.Context |
| 38 | bucket *blob.Bucket |
| 39 | } |
| 40 | |
| 41 | // NewS3 initializes a new S3 filesystem instance. |
| 42 | // |
nothing calls this directly
no outgoing calls
no test coverage detected