Searched refs:bucketName (Results 1 – 2 of 2) sorted by relevance
67 bucketName = bucket in AmazonS3Client()74 bucketName = bucket in AmazonS3Client()
326 String bucketName = bucketPath.substring(5); in getGoogleStorageHttpUrl() local327 return "https://console.cloud.google.com/storage/browser/" + bucketName; in getGoogleStorageHttpUrl()