Skip to content

Commit

Permalink
Update internal/pkg/service/objectstorage/cloud/azure/storage.go
Browse files Browse the repository at this point in the history
  • Loading branch information
QuentinBisson authored Dec 5, 2024
1 parent 1593a79 commit 0531588
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/pkg/service/objectstorage/cloud/azure/storage.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ func (s AzureObjectStorageAdapter) ExistsBucket(ctx context.Context, bucket *v1a
return s.existsContainer(ctx, bucket, storageAccountName)
}

// / CreateBucket creates the Storage Account if it not exists AND the Storage Container
// CreateBucket creates the Storage Account if it not exists AND the Storage Container
// CreateBucket creates a bucket in Azure Object Storage.
// It checks if the storage account exists, and if not, it creates it.
// Then, it creates a storage container within the storage account.
Expand Down

0 comments on commit 0531588

Please sign in to comment.