Initialize initializes backup provider and make sure that app have access rights to write into the object store.
(ctx context.Context, backupID, overrideBucket, overridePath string)
| 61 | |
| 62 | // Initialize initializes backup provider and make sure that app have access rights to write into the object store. |
| 63 | Initialize(ctx context.Context, backupID, overrideBucket, overridePath string) error |
| 64 | |
| 65 | // Write writes the content of the reader to the object with key |
| 66 | // bucketName and bucketPath override the initialised bucketName and bucketPath |
no outgoing calls