# Functions
NewSession create tos.Client with some same options, example:
session := NewSession( WithRegion(region), WithCredentials(tos.NewStaticCredentials(accessKey, secretKey))) client, err := session.NewClient(endpoint).
WithCredentials set Credentials.
WithLogger set logger.
WithRegion set region.
WithTransport set Transport.
# Type aliases
No description provided by the author