Step 1 – Create your AWS Credential
Create your AWS Account
1.1.3. After signing up, please login AWS console with your account.
Setup AWS S3
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Principal": "*",
"Action": [
"s3:DeleteObject",
"s3:GetObject",
"s3:ListBucket",
"s3:PutObject"
],
"Resource": [
"arn:aws:s3:::mypanoeesample/*",
"arn:aws:s3:::mypanoeesample"
]
}
]
}
For bucket policy, please notice that you needs to insert your bucket name in codeblock “Resources”
[
{
"AllowedHeaders": [
"*"
],
"AllowedMethods": [
"PUT",
"POST",
"DELETE",
"GET"
],
"AllowedOrigins": [
"*"
],
"ExposeHeaders": [
"x-amz-server-side-encryption",
"x-amz-request-id",
"x-amz-id-2",
"ETag"
],
"MaxAgeSeconds": 86400
}
]
Setup AWS IAM
After setup S3 service, you need to setup IAM service to create the Credential.
Step 2 – Setup on Panoee Hosting
Authenticate with panoee.com
Enter your AWS Credential
Step 3 – Managing your Virtual Tours
After enter the proper AWS Credential key pair, you can now upload & manage your Virtual Tours easily via the software.
Create your Project & upload Virtual Tour
Manage your Projects
The dashboard is super clean & simple to user. You can switch to any bucket or manage all the projects / folders in any bucket.