We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b65a4d9 commit 3a78ee2Copy full SHA for 3a78ee2
lib/bucketpath.go
@@ -202,5 +202,6 @@ func GetOptimisticBucketPath(url string, method string) string {
202
}
203
204
205
+ fmt.Println("The bucket is going to be ", bucket.String());
206
return bucket.String()
207
0 commit comments