mirror of
				https://github.com/superseriousbusiness/gotosocial.git
				synced 2025-11-04 08:02:26 -06:00 
			
		
		
		
	[chore]: Bump github.com/minio/minio-go/v7 from 7.0.60 to 7.0.61 (#2041)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
		
					parent
					
						
							
								b874e9251e
							
						
					
				
			
			
				commit
				
					
						9ed9d96597
					
				
			
		
					 34 changed files with 510 additions and 748 deletions
				
			
		
							
								
								
									
										2
									
								
								vendor/github.com/minio/minio-go/v7/pkg/credentials/file_aws_credentials.go
									
										
									
										generated
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								vendor/github.com/minio/minio-go/v7/pkg/credentials/file_aws_credentials.go
									
										
									
										generated
									
									
										vendored
									
									
								
							| 
						 | 
				
			
			@ -64,7 +64,7 @@ type FileAWSCredentials struct {
 | 
			
		|||
 | 
			
		||||
// NewFileAWSCredentials returns a pointer to a new Credentials object
 | 
			
		||||
// wrapping the Profile file provider.
 | 
			
		||||
func NewFileAWSCredentials(filename string, profile string) *Credentials {
 | 
			
		||||
func NewFileAWSCredentials(filename, profile string) *Credentials {
 | 
			
		||||
	return New(&FileAWSCredentials{
 | 
			
		||||
		Filename: filename,
 | 
			
		||||
		Profile:  profile,
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
							
								
								
									
										2
									
								
								vendor/github.com/minio/minio-go/v7/pkg/credentials/file_minio_client.go
									
										
									
										generated
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								vendor/github.com/minio/minio-go/v7/pkg/credentials/file_minio_client.go
									
										
									
										generated
									
									
										vendored
									
									
								
							| 
						 | 
				
			
			@ -49,7 +49,7 @@ type FileMinioClient struct {
 | 
			
		|||
 | 
			
		||||
// NewFileMinioClient returns a pointer to a new Credentials object
 | 
			
		||||
// wrapping the Alias file provider.
 | 
			
		||||
func NewFileMinioClient(filename string, alias string) *Credentials {
 | 
			
		||||
func NewFileMinioClient(filename, alias string) *Credentials {
 | 
			
		||||
	return New(&FileMinioClient{
 | 
			
		||||
		Filename: filename,
 | 
			
		||||
		Alias:    alias,
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
							
								
								
									
										2
									
								
								vendor/github.com/minio/minio-go/v7/pkg/credentials/iam_aws.go
									
										
									
										generated
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								vendor/github.com/minio/minio-go/v7/pkg/credentials/iam_aws.go
									
										
									
										generated
									
									
										vendored
									
									
								
							| 
						 | 
				
			
			@ -227,7 +227,7 @@ func listRoleNames(client *http.Client, u *url.URL, token string) ([]string, err
 | 
			
		|||
	return credsList, nil
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
func getEcsTaskCredentials(client *http.Client, endpoint string, token string) (ec2RoleCredRespBody, error) {
 | 
			
		||||
func getEcsTaskCredentials(client *http.Client, endpoint, token string) (ec2RoleCredRespBody, error) {
 | 
			
		||||
	req, err := http.NewRequest(http.MethodGet, endpoint, nil)
 | 
			
		||||
	if err != nil {
 | 
			
		||||
		return ec2RoleCredRespBody{}, err
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue