I want to use AWS sdk on IOS to transfer files on S3. To setup AWS sdk on IOS it requires AWS cognito service to have an identity pool for that user but I just want to use AWS sdk to transfer files to s3 using access key and secret access key.
So is it possible to use amazon sdk for IOS without having to use amazon cognito and other service for that matter.
Also when I use AWS sdk on .Net it doesnt require any other service just access key and scret key.